/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2012, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.2.3
 */

/**
 * WORLD
 *
 * -------------------------------------------------------------------------------------------------
 */

/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}
.mt20{margin-top: 20px;}
/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */
.separator {
	/*border-bottom: 1px solid #E5E5E5;*/
	color: #d4d5e2;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%;
}

SECTION#body {
	background: #1a487c;
}

SECTION#body H2 {
	color: white;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
	margin-top: 2rem;
}

SECTION {
	background: #F1F1F1;
}

ARTICLE {
	padding: 30px 0 20px;
}

ARTICLE H4 {
	color: #E95855;
	margin-bottom: 10px;
}

PRE {
	max-width: 400px;
}

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV ul {
	/*border-bottom: 4px solid #E5E5E5 !important;*/
	color: #ccc !important;
	/*font-weight: 300;*/
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}

.tabs > DIV ul li {
	color: #ccc !important;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    float: left;
    border-bottom: unset;
	text-align: left;
}

.tabs > DIV ul li a {
    color: #666666;
    cursor: pointer;
    display: unset;
    font-size: 14px;
    /*font-weight: unset;*/
    padding: unset;
    text-decoration: unset;
    background: url(icon_d3.png) no-repeat left center;
    padding-left: 12px;
}
.tabs > DIV ul li a :hover {
    color: #ad0109;
}
.tabs > DIV ul li span {
    float: right;
    color: #818181;
}
.tabs > DIV ul li:hover {
    color: #ad0109;
    cursor: pointer;
	background: unset;
	border-bottom: unset;
}
.tabs > DIV ul li:hover a{
	color: #666666;
	background: unset;
	border-bottom: unset;
}

.tabs UL.horizontal {
	display: block;
	list-style: none outside none;
	margin: 0;
	background: #f4f4f4;
}

.tabs LI {
	/*background: white;*/
	/*border-bottom: 4px solid #E5E5E5;*/
	margin: 0 0 0 0;
	display: inline-block;
}

.tabs A {
	color: #000;
	/*display: block;*/
	font-size: 18px;
	/*font-weight: 300;*/
	padding: 14px 24px;
	text-decoration: none;
}

.tabs LI:hover {
	/*background: #1a487c;*/
	/*border-bottom: 4px solid #5aa0ef;*/
}

.tabs LI:hover A {
	color: white;
}

.active {
	background: #1a487c !important;
	/*border-bottom: 4px solid #5aa0ef !important;*/
}

.active A {
	display: block;
	color: white !important;
}

.link {
	color: white;
	font-size: 14px;
	/*font-weight: 300;*/
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorLink {
	/*border-bottom: 1px dashed white;*/
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}

.prev,
.next {
	background: white !important;
	color: #1a487c !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.prev:hover,
.next:hover {
	background: #1a487c !important;
	color: white !important;
}

.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle;
}

.button {
	background-color: #1a487c;
	border: none;
	/*border-bottom: 4px solid #5aa0ef;*/
	color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px;
}

.button:hover {
	background: #93b7ae;
	color: #FFF;
	/*border-bottom-color: #5aa0ef;*/
}